Total Complexity | 26 |
Dependencies | 1 |
Dependents | 2 |
Total lines | 194 |
Lines of code | 95 |
Logical lines of code | 61 |
Comment lines | 68 |
Methods | 8 |
Properties | 2 |
Method | Rating | Maintainability | Complexity | Lines of code |
---|---|---|---|---|
polynomialRegression() | 46 | 8 | 37 | |
__construct() | 58 | 5 | 15 | |
getEquation() | 59 | 4 | 14 | |
getValueOfYForX() | 63 | 3 | 10 | |
getSlope() | 64 | 3 | 10 | |
getOrder() | 82 | 1 | 3 | |
getValueOfXForY() | 79 | 1 | 3 | |
getCoefficients() | 78 | 1 | 3 |